![]() |
GetWindowProxyIcon |
||||
Header: | MacWindows.h | Carbon status: | Supported | |
Obtains a window’s proxy icon.
OSStatus GetWindowProxyIcon ( WindowRef window, IconRef *outIcon );
A pointer to the window for which you wish to obtain the proxy icon.
On input, a pointer to a value of type IconRef. On return, the icon reference identifies the icon currently used for the window’s proxy icon. Your application is responsible for disposing of this icon reference.
A result code.
Your application should call the GetWindowProxyIcon function if it needs to obtain an IconRef value for a proxy icon, such as is required for the function SetWindowProxyIcon.
This function is available with Mac OS 8.5 and later.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.5 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)